/* To change the basic colour scheme
Change some of the the following ...........
*/

:root {
  --Button-colour: #eecc40;
  --Footer-colour: #2b9c7d02;
  --Theme-colour: #f1ba96;
  --NavbarHover-colour: #f1ba96;
}

body {
  background: url("../Digital Downs/Images/Digital Horse 05.jfif") no-repeat center center fixed;
  background-image: url("../Images/Digital Horse 05.jfif");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  opacity: 0.95;
  background-size: contain;

}

.description {
  position: absolute;
  left: 20%;
  top: 5%;
  margin: auto;
  padding: 2em;
  width: 60%;       /* Or a fixed width like 400px */
  margin: 0 auto;   /* 0 for top/bottom, auto for left/right */
  text-align: center; /* Centers the text and button inside the div */
}

.description h1 {
  color: #666;
}

.description h3 {
  position: absolute;
  left: 4%;
  width: 100%;
  color: #c308db;
}

.description p {
  color: #666;
  font-size: 20px;
  width: 50%;
  line-height: 1.5;
}


.button-GoTo {
  background-color: initial;
  /*background-image: linear-gradient(rgb(111, 27, 133), rgb(110, 74, 110));*/
  /*background-image: linear-gradient(rgb(7, 7, 7), rgb(34, 32, 34));*/
  background-image: linear-gradient(00deg, rgb(238, 195, 136) 0%, rgb(228, 205, 157) 35%, rgba(234,242,244,1) 100%);
  border-radius: 6px;
  box-shadow: rgba(236, 17, 17, 0.1) 0 2px 4px;
  color: #111010;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow 0.2s;
}

.button-GoTo:hover {
  box-shadow: rgba(20, 20, 19, 0.5) 0 5px 5px;
  text-decoration: none;
  color: #0a0a0a;
}

.button-GoTo {
  transition-duration: 0.4s;
}

.footer {
  font-style: normal;
  font-family: inherit;
  font-size: 12px;
  text-decoration: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--Theme-colour);
  color: white;
  text-align: center;
}

.wrapper {
  padding-bottom: 500px;
}